home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-10 | 551 b | 30 lines | [TEXT/MPS ] |
- ;--------------------------------------------------------------------------------
- ;FILENAME
- ; 4-Up.a
- ;
- ;DESCRIPTION
- ; This file contains the jump table for the 4-Up printing extension.
- ;
- ;COPYRIGHT
- ; Copyright Apple Computer, Inc. 1991
- ; All rights reserved.
- ;
- ;MODIFICATION HISTORY:
- ; 04/7/93 Sam Weiss Initial Implementation
- ;
-
-
- FourUpEntry PROC EXPORT
-
- DC.L 0 ; long word required by Quickdraw GX
-
- IMPORT FourUpCountPages
- JMP FourUpCountPages
-
- IMPORT FourUpDespoolPage
- JMP FourUpDespoolPage
-
- ENDPROC
-
- END
-